home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
Spider.Form
< prev
next >
Wrap
Text File
|
1994-05-12
|
193b
|
29 lines
Spider
{
{
mirrorx
x1=-5.0
x2= 5.0
y1=-5.0
y2= 5.0
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
f=z-c
r=f*c
z=pow(r,f)
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}